projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af69010
)
(confirm-nonexistent-file-or-buffer): Change default to nil.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 21 Nov 2008 06:46:18 +0000
(06:46 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 21 Nov 2008 06:46:18 +0000
(06:46 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index b8cf37a18e6a73a0897141a82dde05685e32aa2e..68f41115f0598191a92cf256931afa954a39298c 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1102,7
+1102,7
@@
use with M-x."
(rename-file encoded new-encoded ok-if-already-exists)
newname))
\f
-(defcustom confirm-nonexistent-file-or-buffer
t
+(defcustom confirm-nonexistent-file-or-buffer
nil
"If non-nil, confirmation is requested before visiting a new file or buffer.
This affects commands like `switch-to-buffer' and `find-file'."
:group 'find-file